home *** CD-ROM | disk | FTP | other *** search
- ; ** Beyond Sanit-e Installer. **
- ; ** (c) SLADE - PTK 1996. **
- ; ** This Installer is full of comment. I have commented it this much **
- ; ** so you could use to as a tutorial to teach yourself. Have Fun!!. **
-
-
- (complete 0)
- (set BS-E-dest
- (askdir
- (prompt "Please Select or create a drawer to install Beyond>Sanit-E<TWO:")
- (help ask-dirhelp
- "\n"
- "This will ask you to give a destination drawer to "
- "which this issue will be installed.\n")
- (default @default-dest)
- )
- )
-
- (set @default-dest BS-E-dest)
-
-
- (complete 30)
- (
- (working "Installing Beyond>Sanit-<TWO:...")
- (copyfiles
- (prompt "")
- (help @copyfiles-help)
- (source "Beyond>Sanit-E<TWO:")
- (dest @default-dest)
- (pattern "#?")
- (infos)
- )
- )
-
- (complete 70)
-
- (startup "Beyond>Sanit-E<TWO:"
- (prompt "The following assign. \n"
- "ASSIGN BEYOND>SANIT-E<TWO: to " BS-E-dest ""
- "\n"
- "will be added to your user-startup")
- (help "This adds the line Assign Beyond>Sanit-E<TWO: to your user-startup")
- (command "ASSIGN Beyond>Sanit-E<TWO: " BS-E-dest "")
- )
-
-
-
-
- (complete 100)
- (exit)
-
- ; ** I mean it`s not like is good or anything.
- ; ** Well okay maybe it is a bit amazing
- ; ** See you soon.
-
-
-
-
-